home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 19 / Night Owl (The Best of Shareware)(NOPV 19)(1996).ISO / 007a / sfame095.zip / NODE.BAT < prev    next >
DOS Batch File  |  1995-11-22  |  536b  |  15 lines

  1. @Echo Off
  2. Rem Sample Node.bat to use Lakota mail door with SFAME.
  3. Rem Current group is passed to batch file as %1.
  4. Rem Copy Sfmconf.dat file for group to SF home directory.
  5. copy c:\sf\sfame\sfmconf.%1 c:\sf\sfmconf.dat
  6. Rem Below copies the LAKOTA.CFG file with the %1 groups .QWK name
  7. copy c:\sf\lakota.%1 c:\sf\lakota.cfg
  8. lakota
  9. cd c:\sf\sfame
  10. Rem Copy SF's default Sfmconf.dat back to SF directory.
  11. copy sfmconf.1 c:\sf\sfmconf.dat
  12. Rem Copy LAKOTA's default .cfg file back to c:\sf
  13. copy c:\sf\lakota.1 c:\sf\lakota.cfg
  14.  
  15.